home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / lower11.zip / LOWER.DOC next >
Text File  |  1995-01-23  |  4KB  |  103 lines

  1.  
  2.  
  3.                                    LOWER
  4.  
  5.                              by Stephan Löscher
  6.  
  7.                                 Version 1.1
  8.  
  9.  
  10. Program converts all characters from standard-input to lowercase.
  11.  
  12. SYNTAX:   To be used with pipes
  13.  
  14. Examples:
  15.    type text.txt | lower > lower.txt
  16.    type text.txt | lower | grep hallo | less
  17.  
  18.  
  19. Copyright (c) 1994,1995 by Stephan Löscher  -  all rights reserved
  20. My Adress:      Stephan Löscher, Dr.Troll-str. 3, 82194 Gröbenzell, Germany
  21. Internet email: loescher@informatik.tu-muenchen.de   or   loescher@leo.org
  22. WWW:
  23. http://www.informatik.tu-muenchen.de/cgi-bin/nph-gateway/hphalle3/~loescher/
  24.  
  25. You may find the latest version of this program, where you got this copy,
  26. or via FTP on FTP.LEO.ORG (Use "site exec search" to locate it.)
  27. Try a new dimension of archive access: http://www.leo.org/archiv/start.html
  28.  
  29.  
  30. This program is freeware.
  31. It is NOT Public-Domain-Software!
  32. The author (Stephan Löscher) does NOT give up his copyright, but he reserves
  33. his copyright. Usage and copying is free of charge for private use, but NOT
  34. for commercial use!
  35.  
  36. You may and should copy this program free of charge, use it,
  37. give it to your friends, upload it to a BBS or something similar, under the
  38. following conditions:
  39.  
  40.  * Don't charge any money for it.  If you upload it to a BBS, make sure that
  41.    it can be downloaded free (without paying for downloading it, except
  42.    for usage fees that have to be paid anyway).  Small copying fees (up to
  43.    5 DM or 3 $US) may be charged.
  44.  * Only distribute the whole original package, with all the files included.
  45.  * This program may not be part of any commercial product or service without
  46.    the written permission by the author.
  47.  * If you want to include QPEG on a CD-ROM and/or book, please send me
  48.    a free copy of the CD/book (this is not a must, but I would appreciate
  49.    it very much).
  50.  
  51. Distribution of the program is explicitly desired, provided that the above
  52. conditions are accepted.
  53.  
  54.  
  55. YOU ARE USING THIS PROGRAM AT YOUR OWN RISK! THE AUTHOR (STEPHAN LÖSCHER)
  56. IS NOT LIABLE FOR ANY DAMAGE OR DATA-LOSS CAUSED BY THE USE OF THIS PROGRAM
  57. OR BY THE INABILITY TO USE THIS PROGRAM. IF YOU ARE NOT SURE ABOUT THIS, OR
  58. IF YOU DON'T ACCEPT THIS, THEN DO NOT USE THIS PROGRAM!
  59. BECAUSE OF THE VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS INTO WHICH THIS
  60. PROGRAM MAY BE PUT, NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS
  61. OFFERED.
  62. GOOD DATA PROCESSING PROCEDURE DICTATES THAT ANY PROGRAM BE THOROUGHLY
  63. TESTED WITH NON-CRITICAL DATA BEFORE RELYING ON IT.
  64.  
  65.  
  66. No part of this documentation may be reproduced, transmitted, transcribed,
  67. stored in any retrieval system, or translated into any other language in
  68. whole or in part, in any form or by any means, whether it be electronic,
  69. mechanical, magnetic, optical, manual or otherwise, without prior written
  70. consent of the author, Stephan Löscher.
  71.  
  72. You may not make any changes or modifications to this software or this
  73. manual. You may not decompile, disassemble, or otherwise reverse-engineer
  74. the software in any way.
  75.  
  76. If you believe your copy of this software has been tampered or altered in
  77. anyway, shape or form, please contact me immediately! Do not hesitate a
  78. moment to inform me. Remember, this software should be available to all, in
  79. the original form, so please do not accept modified or damaged versions of
  80. my software.
  81.  
  82.  
  83. The author reserves his right for taking legal steps if the copyright or the
  84. license agreement is violated.
  85.  
  86.  
  87. All product names mentioned in this software are trademarks or registered
  88. trademarks of their respective owners.
  89.  
  90.  
  91. If you have any questions, ideas, suggestions for improvements or if you find
  92. bugs (I don't hope so.) then feel free to contact me. (Email is appreciated.)
  93.  
  94. I'm not a native english speaker. If you are one and discover same strange
  95. sounding parts in this documentation or in the program, please, feel free
  96. to point it out to me and give me suggestions for alteration!
  97.  
  98. This program  was created using Borland Pascal with Objects Copyright Borland
  99. International 1992.
  100.  
  101.  
  102.  
  103.